Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Apache Twill - 74 results found.
NameDescriptionTypePackageFramework
AbstractTwillRunnableThis abstract class provides default implementation of the TwillRunnable.Classapache.twill.apiApache Twill
AbstractZKClientAn abstract base implementation of ZKClient that simplifies implementation by providing forwarding for methods that are meant to be delegated to other methods.Classapache.twill.zookeeperApache Twill
ACLDataRepresents result of call to ZKClient.Interfaceapache.twill.zookeeperApache Twill
BrokerInfoRepresents broker information.Classapache.twill.kafka.clientApache Twill
BrokerServiceService for providing information of kafka brokers.Interfaceapache.twill.kafka.clientApache Twill
BundledJarRunnableUses BundledJarRunnable to run a bundled jar.Classapache.twill.extApache Twill
BundledJarRunnerRuns a bundled jar specified by jarPath.Classapache.twill.extApache Twill
CancellableSomething, usually a task, that can be cancelled.Interfaceapache.twill.commonApache Twill
ClassAcceptorClass that can be used to determine if class can be accepted.Classapache.twill.apiApache Twill
CommandRepresents command objects.Interfaceapache.twill.apiApache Twill
CompressionAn Enum representing different compression codec options for publishing messages.Classapache.twill.kafka.clientApache Twill
DiscoverableDiscoverable defines the attributes of service to be discovered.Interfaceapache.twill.discoveryApache Twill
DiscoveryServiceDiscoveryService defines interface for registering Discoverable.Interfaceapache.twill.discoveryApache Twill
DiscoveryServiceClientInterface for DiscoveryServiceClient to discover services registered with DiscoveryService.Interfaceapache.twill.discoveryApache Twill
ElectionHandlerHandles events of election/un-election of leader.Interfaceapache.twill.apiApache Twill
EventHandlerA callback handler for acting on application events related to TwillRunnable lifecycle events.Classapache.twill.apiApache Twill
EventHandlerContextRepresents runtime context for EventHandler.Interfaceapache.twill.apiApache Twill
EventHandlerSpecificationSpecification for EventHandler.Interfaceapache.twill.apiApache Twill
FetchedMessageInterfaceapache.twill.kafka.clientApache Twill
FileContextLocationFactoryA LocationFactory implementation that uses FileContext to create Location.Classapache.twill.filesystemApache Twill
FindFreePortUtility main class to find a free port on a machine.Classapache.twill.launcherApache Twill
ForwardingLocationFactoryClassapache.twill.filesystemApache Twill
ForwardingZKClientClassapache.twill.zookeeperApache Twill
ForwardingZKClientServiceClassapache.twill.zookeeperApache Twill
HDFSLocationFactoryA LocationFactory that creates HDFS Location using FileSystem.Classapache.twill.filesystemApache Twill
HostsRepresents a list of hosts.Classapache.twill.apiApache Twill
InMemoryDiscoveryServiceA simple in memory implementation of DiscoveryService and DiscoveryServiceClient.Classapache.twill.discoveryApache Twill
KafkaClientRepresents a kafka client that can publish/subscribe to a Kafka server cluster.Interfaceapache.twill.kafka.clientApache Twill
KafkaClientServiceA KafkaClient that extends Service to provide lifecycle management.Interfaceapache.twill.kafka.clientApache Twill
KafkaConsumerA consumer for consuming (reading) messages published to a Kafka server cluster.Interfaceapache.twill.kafka.clientApache Twill
KafkaPublisherThis interface is for publishing data to Kafka.Interfaceapache.twill.kafka.clientApache Twill
LocalFileThis interface represents a local file that will be available for the container running a TwillRunnable.Interfaceapache.twill.apiApache Twill
LocalLocationFactoryA LocationFactory for creating local file Location.Classapache.twill.filesystemApache Twill
LocationThis interface defines the location and operations of a resource on the filesystem.Interfaceapache.twill.filesystemApache Twill
LocationFactoriesProviders helper methods for creating different LocationFactory.Classapache.twill.filesystemApache Twill
LocationFactoryFactory for creating instance of Location.Interfaceapache.twill.filesystemApache Twill
LogEntryRepresents a log entry emitted by application.Interfaceapache.twill.api.loggingApache Twill
LogHandlerRepresents class that can receive logs from the application.Interfaceapache.twill.api.loggingApache Twill
LogThrowableCarries Throwable information in a LogEntry.Interfaceapache.twill.api.loggingApache Twill
NodeChildrenRepresents result of call to ZKClient.Interfaceapache.twill.zookeeperApache Twill
NodeDataRepresents result of call to ZKClient.Interfaceapache.twill.zookeeperApache Twill
OperationFutureA ListenableFuture that also provides the requested path for a operation.Interfaceapache.twill.zookeeperApache Twill
PrinterLogHandlerA LogHandler that prints the LogEntry through a PrintWriter.Classapache.twill.api.loggingApache Twill
RacksRepresents a list of Racks.Classapache.twill.apiApache Twill
ResourceReportThis interface provides a snapshot of the resources an application is using broken down by each runnable.Interfaceapache.twill.apiApache Twill
ResourceSpecificationThis interface provides specifications for resource requirements including set and get methods for number of cores, amount of memory, and number of instances.Interfaceapache.twill.apiApache Twill
RetryStrategiesFactory for creating common RetryStrategy implementation.Classapache.twill.zookeeperApache Twill
RetryStrategyProvides strategy to use for operation retries.Interfaceapache.twill.zookeeperApache Twill
RuntimeSpecificationSpecifications for runtime requirements.Interfaceapache.twill.apiApache Twill
SecureStoreUpdaterRepresents class capable of creating update of SecureStore for live applications.Interfaceapache.twill.apiApache Twill
ServiceAnnouncerThis interface provides a way to announce the availability of a service.Interfaceapache.twill.apiApache Twill
ServiceControllerThis interface is for controlling a remote running service.Interfaceapache.twill.apiApache Twill
ServiceDiscoveredRepresents the result of service discovery.Interfaceapache.twill.discoveryApache Twill
ThreadsClassapache.twill.commonApache Twill
TopicPartitionRepresents a combination of topic and partition.Classapache.twill.kafka.clientApache Twill
TwillApplicationRepresents a application that can be launched by Twill.Interfaceapache.twill.apiApache Twill
TwillContextRepresents the runtime context of a TwillRunnable.Interfaceapache.twill.apiApache Twill
TwillControllerFor controlling a running application.Interfaceapache.twill.apiApache Twill
TwillLauncherA launcher for application from a archive jar.Classapache.twill.launcherApache Twill
TwillPreparerThis interface exposes methods to set up the Twill runtime environment and start a Twill application.Interfaceapache.twill.apiApache Twill
TwillRunnableThe TwillRunnable interface should be implemented by any class whose instances are intended to be executed in a Twill cluster.Interfaceapache.twill.apiApache Twill
TwillRunnableSpecificationRepresents a specification of a TwillRunnable.Interfaceapache.twill.apiApache Twill
TwillRunnerThis interface prepares execution of TwillRunnable and TwillApplication.Interfaceapache.twill.apiApache Twill
TwillRunnerServiceA TwillRunner that provides lifecycle management functions.Interfaceapache.twill.apiApache Twill
TwillRunResourcesInterfaceapache.twill.apiApache Twill
TwillSpecificationRepresents specification of a TwillApplication.Interfaceapache.twill.apiApache Twill
YarnSecureStoreA SecureStore for hadoop credentials.Classapache.twill.yarnApache Twill
YarnTwillRunnerServiceAn implementation of TwillRunnerService that runs application on a YARN cluster.Classapache.twill.yarnApache Twill
ZKClientA ZooKeeper client that provides asynchronous zookeeper operations.Interfaceapache.twill.zookeeperApache Twill
ZKClientsUtility class to create ZKClient instances.Classapache.twill.zookeeperApache Twill
ZKClientServiceA ZKClient that extends from Service to provide lifecycle management functions.Interfaceapache.twill.zookeeperApache Twill
ZKClientServicesProvides static factory method to create ZKClientService with modified behaviors.Classapache.twill.zookeeperApache Twill
ZKDiscoveryServiceZookeeper implementation of DiscoveryService and DiscoveryServiceClient.Classapache.twill.discoveryApache Twill
ZKOperationsCollection of helper methods for common operations that usually needed when interacting with ZooKeeper.Classapache.twill.zookeeperApache Twill